ComponentOne ASP.NET MVC Controls
CCIBuilder<T> Constructor

C1.Web.Mvc.Finance.Fluent Namespace > CCIBuilder<T> Class : CCIBuilder<T> Constructor
The C1.Web.Mvc.Finance.CCI<T> object to be configurated.
Creates one CCIBuilder<T> instance to configurate obj.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As CCI(Of T) _
)
public CCIBuilder<T>( 
   CCI<T> obj
)

Parameters

obj
The C1.Web.Mvc.Finance.CCI<T> object to be configurated.
See Also

Reference

CCIBuilder<T> Class
CCIBuilder<T> Members